github.com/klauspost/compress/zstd.fseDecoder.maxBits (field)
9 uses
github.com/klauspost/compress/zstd (current package)
fse_decoder.go#L38: maxBits uint8 // Maximum number of additional bits
fse_decoder.go#L203: fatalErr(binary.Read(r, binary.LittleEndian, &s.maxBits))
fse_decoder.go#L267: s.maxBits = symbol.addBits()
fse_decoder.go#L276: s.maxBits = 0
fse_decoder.go#L283: if lu.addBits > s.maxBits {
fse_decoder.go#L284: s.maxBits = lu.addBits
seqdec.go#L92: s.maxBits = s.litLengths.fse.maxBits + s.offsets.fse.maxBits + s.matchLengths.fse.maxBits
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |